home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web24 / Final Phase / Tables.css < prev    next >
Cascading Style Sheet File  |  2011-03-03  |  804b  |  29 lines

  1. /*
  2.    Tables Style Sheet
  3.    Author: Jose Puentes
  4.    Date:   Mar. 1, 2011
  5.  
  6.    Filename:         tables.css
  7.    Supporting Files: 
  8.  
  9. */
  10.  
  11. table.format           {border: 10px outset rgb(255, 255, 0); border-collapse: collapse;
  12.                           font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; width:100%}
  13.  
  14. table.format  th,  table.format  td    {border: 1px solid yellow}
  15.  
  16. table.format thead             {color: Black; background-color: rgb(255, 255, 0)}    
  17.  
  18. table.format  col.firstcol     {background-color:rgb(0, 0, 0); width: 9%}
  19.  
  20. table.format col daycols    {width:18%}
  21.     
  22. table.format thead tr  {height: 20px}
  23. table.format tbody tr  {height: 30px}
  24.  
  25. table.format tbody td  {vertical-align: top; padding: 5px}
  26.     
  27. table.format caption   {caption-side: top; text-align: right}
  28.  
  29.